@font-face {
	font-family: 'hbzhan';  /* Project id 1875012 */
	src: url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff2?t=1697617261003') format('woff2'),
		 url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.woff?t=1697617261003') format('woff'),
		 url('//at.alicdn.com/t/c/font_1875012_yghyt0mh2h.ttf?t=1697617261003') format('truetype');
  }
.hbzhan{
    font-family:"hbzhan" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.gray {
	background-color: #f5f5f5;
}
body {
	line-height: 1;
}
.bg {
	background-color: #f5f5f5;
}

.advs {
	position: relative;
	display: block;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.w {
    width: 1400px;
    margin: 0 auto;
}
#header {
	width: 100%;
    height: 40px;
    background-color: #f5f5f5;
}
.header {
    height: 40px;
    line-height: 40px;
    font-size: 0;
}
.divLogin {
	float: left;
	font-size: 14px;
	color: #999;
}
.divLogin a {
	margin-right: 15px;
	font-size: 14px;
	color: #999;
}
.divLogin a:hover {
	color: #3fc197;
}
.header p {
	float: right;
	font-size: 14px;
	padding-right: 195px;
}
.header p a {
	padding: 0 5px 0 3px;
	color: #999;
}
.header p a:last-child {
	padding-right: 0;
	color: #3fc197;
	border: 0;
}
.header p a:hover {
	color: #3fc197;
}
.header p a i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 2px;
}
/* Tophead */
.Tophead{
	margin: 0 auto;
	position: relative;
}
.Tophead ul{
	position: absolute;
	top: -40px;
	right: 0;
}
.Tophead li{
	float: left;
	height: 40px;
  	position: relative;
}
.Tophead li .ServiceTop {
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	position: relative;
}
.Tophead li .ServiceTop::after{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #e2e2e2;
}
.Tophead li:last-child .ServiceTop::after{
	display: none;
}
.Tophead li .ServiceTop a{
	color: #666;
}
/* 两个下拉 */
.Tophead li.mobile .ServiceTop a,.Tophead li.weixin .ServiceTop a{
	color: #3fc197;
}
.Tophead li .ServiceTop i{
	margin-right: 6px;
}
/* mobile */
.ServiceBot{
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 40px;
	right: 0;
	display: none;
	text-align: center;
	z-index: 100001;
	box-sizing: border-box;
}
.ServiceBot1 {
	width: 672px;
	padding: 18px 14px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
}
.ServiceBot1 .item {
	float: left;
	width: 25%;
}
.ServiceBot1 .item .image{
	padding: 4px 4px 0;
	border-radius: 8px;
	display: inline-block;
	background-image: -moz-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(151,224,228) 0%, rgb(241,179,56) 100%);
}
.ServiceBot1 .item .image img{
	width: 130px;
	height: 130px;
	border-radius: 8px;
}
.ServiceBot1 .item .image b{
	height: 24px;
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	display: block;
	text-align: center;
	overflow: hidden;
}
.ServiceBot1 .item p{
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 15px;
	color: #888;
	overflow: hidden;
}
.Tophead li.mobile .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 43%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.mobile .hover::after{
	display: none;
}
/* weixin */
.ServiceBot2{
	height: 220px;
	width: 740px;
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.ServiceBot2 .gzRight{
	width: 440px;
	border-left: 1px solid #f3f3f3;
	float: right;
}
.ServiceBot2 .gzRight a{
	height: 110px;
	padding: 65px 20px 27px;
	line-height: 18px;
	font-size: 14px;
	color: #333;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	float: left;
	cursor: pointer;
}
.ServiceBot2 .gzRight a:nth-child(1)::after,
.ServiceBot2 .gzRight a:nth-child(2)::after,
.ServiceBot2 .gzRight a:nth-child(3)::after,
.ServiceBot2 .gzRight a:nth-child(4)::after{
	position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a::before{
	position: absolute;
	content:'';
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background-color: #f3f3f3;
}
.ServiceBot2 .gzRight a:nth-child(4n)::before{
	display: none;
}
.ServiceBot2 .gzRight a i{
	position: absolute;
	top: 27px;
	left: 50%;
	transform: translateX(-50%);
	width: 28px;
	height: 31px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-1.png) no-repeat;
	background-size: 100% 100%!important;
	display: inline-block;
	vertical-align: top;
}
.ServiceBot2 .gzRight a:nth-child(2) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-2.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(3) i{
	width: 28px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-3.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(4) i{
	width: 63px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-4.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(5) i{
	width: 28px;
	height: 24px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-5.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(6) i{
	width: 41px;
	height: 28px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-6.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(7) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-7.png) no-repeat;
}
.ServiceBot2 .gzRight a:nth-child(8) i{
	width: 32px;
	height: 32px;
	background: url(https://www.hbzhan.com/images/index/version/2021/ServiceBot2-8.png) no-repeat;
}
.ServiceBot2 .gzRight a.focus,.ServiceBot2 .gzRight a:hover{
	z-index: 999;
	background-color: #fff;
	box-shadow: 0px 2px 12px 0px rgba(40, 40, 40, 0.1);
}
.ServiceBot2 .gzRight a.focus::after,.ServiceBot2 .gzRight a.focus::before{
	display: none;
}
.ServiceBot2 .zgLeft{
	width: 299px;
	height: 100%;
	float: right;
	position: relative;
	display: none;
}
.ServiceBot2 .zgLeft p{
	display: inline-block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #c27468;
	transform: translateY(-50%);
}
.ServiceBot2 .zgLeft img{
	position: absolute;
	left: 66px;
	top: 50%;
	transform: translateY(-50%);
	width: 180px;
}
.Tophead li.weixin .hover{
	background-image: -moz-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -webkit-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	background-image: -ms-linear-gradient( -90deg, rgb(242,255,248) 0%, rgb(255,255,255) 48%);
	box-shadow: 0px 10px 20px 0px rgba(150, 153, 158, 0.32);
}
.Tophead li.weixin .hover::after{
	display: none;
}
/* header--drop */
.header--drop{
	margin: 0 auto;
	position:relative;
}
.header--drop ul {
	position: absolute;
	right: 0;
	top: -40px;
}
.header--drop ul li {
	float: left;
	height: 40px;
	position:relative;
}
.header--drop ul li .weixin{
	height: 40px;
	position:relative;
	color: #3fc197;
}
.header--drop ul li.wx a {
	color: #3fc197;
}
.header--drop ul li .weixin.hover::before{
	background-color: #fff;
	content:'';
	position:absolute;
	left: 0px;
	top: -2px;
	right: 0px;
	bottom:0;
	height: 45px;
	z-index: 2;
}
.header--drop ul li .weixin.hover{
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.header--drop ul li .weixin.hover::after,.header--drop ul li:last-child .weixin::after{
	display: none;
}
.web-code {
	width: 300px;
	padding: 25px 25px 20px 25px;
	background-color: #fff;
	position: absolute;
	z-index: 99;
	top: 36px;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	display: none;
	text-align: center;
	z-index: 101;
}
.web-code1 {
	width: 450px;
	padding: 25px 12px 20px 12px;
}
.web-code .item {
	float: left;
	width: calc(50% - 20px);
	margin: 0 10px;
}
.web-code1 .item {
	width: calc(33.33% - 20px) !important;
}
.web-code img{
	width: 100%;
	height: 100%;
}
.web-code b{
	display: block;
	font-size: 14px;
	padding:18px 0 8px 0;
}
.web-code p{
	color: #999;
}
.header--drop ul li a {
	color: #3fc197;
	line-height: 42px;
	display: block;
	padding: 0 10px;
	position: relative;
	z-index: 9;
	font-size: 14px;
	cursor: pointer;
}
.header--drop ul li a i {
	vertical-align: top;
	font-size: 14px;
	margin: 10px 2px 0 0;
}
.header--drop ul li a:hover{
	color: #3fc197;
}
.iframe {
	height: 40px;
}
.top {
	background-color: #fff;
	padding: 25px 0;
}
.top .logo {
	float: left;
	margin-top: 10px;
}
.top .search {
	margin-left: 80px;
	float: left;
	margin-top: 19px;
	background: linear-gradient(to left,#f07d17, #ffae12, #19844a 60%);
	border-radius: 22px;
	width: 638px;
	position: relative;
}
.search .form {
	height: 44px;
	border-radius: 2px;
}
.search .form .select {
	width: 80px;
	height: calc(100% - 4px);
	position: relative;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	background: #fff;
	border-radius: 22px 0 0 22px;
}
.search .form .select .select-top{
	width: 100%;
	height: 100%;
	position:relative;
}
.search .form .select .select-top p {
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	text-indent: 15px;
}
.search .form .select .select-top i {
	position: absolute;
	right: 12px;
	top: 16px;
	font-size: 10px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.search .form .select .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search .form .select .select-bot{
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 42px;
	left: -2px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.search .form .select .select-bot li:hover {
	background-color: #3fc197;
	border-left: 2px solid #3fc197;
	border-right: 2px solid #3fc197;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.search .form input {
	border: none;
	height: calc(100% - 4px);
	width: 436px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 15px;
	margin-top: 2px;
}
.search .form input:focus{
	color: #333;
}
.search .form button {
	width: 120px;
	height: calc(100% - 4px);
	border: none;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 16px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 20px 20px 0;
	margin-top: 2px;
	background-color: transparent;
}
.search .form button i{
	margin-right: 12px;
}
.search .hot-key {
	position: absolute;
	font-size: 0;
	left: 0;
	bottom: -20px;
}
.search .hot-key b {
	font-size: 14px;
	color: #f1623b;
}
.search .hot-key b i {
	font-size: 14px;
	vertical-align: top;
	margin-right: 4px;
	font-weight: normal;
	margin-top: -1px;
	display: inline-block;
}
.search .hot-key a {
	font-size: 14px;
	color: #999;
	margin-right: 15px;
}
.search .hot-key a:hover {
	color: #3fc197;
}

.top .top-adv {
	float: right;
	width: 335px;
}
.top .top-adv a {
	display: block;
	height: 0;
	padding-bottom: 23.88%;
	overflow: hidden;
}
.top .top-adv img {
	max-height: none;
}
.nav {
	height: 50px;
	background-color: #3fc197;
}
.nav .menu {
	position: relative;
	height: 100%;
}
.nav .menu ul li {
	float: left;
	position: relative;
}
.nav .menu ul li b a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 41px;
	display: block;
}
.nav .menu ul li b a:hover,.nav .menu ul li b a.home{
	background-color: #3fc197;
}
.nav .menu ul li .menu-top a {
	color: #fff;
	height: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	padding: 0 35px;
	display: block;
	font-weight: bold;
}
.nav .menu ul li b a:hover {
	background-color: #23a77c;
}
.nav .menu ul li.hover .menu-top a {
	background-color: #23a77c;
}
.nav .menu ul li .menu-top a i{
	font-size: 14px;
	margin: 0 0 0 8px;
	vertical-align: top;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	font-weight: normal;
}
.nav .menu ul li.hover .menu-top a i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.nav .menu ul li.hover .menu-top{
	background-color: #3fc197;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
}
.nav .menu ul li .menu-bot{
	position:absolute;
	z-index: 999;
	width: 100%;
	display: none;
	top: 50px;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
}
.nav .menu ul li .menu-bot p a{
	height: 46px;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	display: block;
	position:relative;
}
.nav .menu ul li .menu-bot p a:hover {
	color: #3fc197;
	background-color: #e8f9f3;
}
.nav .menu ul li .menu-bot p a::after{
	content:'';
	position:absolute;
	bottom:0;
	left:16px;
	right: 16px;
	border-bottom:1px dotted #ddd;
}
.banner-adv {
	margin-top: 0;
	overflow: hidden;
}
.banner-adv ul {
	margin-left: -5px;
	width: calc(100% + 10px);
	overflow: hidden;
}
.banner-adv li {
	float: left;
	width: 25%;
}
.banner-adv li a {
	display: block;
	margin: 10px 5px 0 5px;
}
.banner-adv li a .bandsContent {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	z-index: -1;
	text-align: center;
	padding: 3px;
	box-sizing: border-box;
	background: #3fc197;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}
.banner-adv li a .bandsContent .item {
	height: calc(100% - 2px);
	border: 1px solid #eee;
}
.banner-adv li a .bandsContent b {
	color: #fff;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	margin-top: 6px;
	display: none;
}
.banner-adv li a .bandsContent p {
	color: #fff;
	height: 14px;
	line-height: 14px;
	overflow: hidden;
	font-size: 12px;
	margin-top: 4px;
	display: none;
}
.banner-adv li a:hover .bandsContent{
	height: 100%;
	z-index: 9;
}
.banner-adv li a:hover .bandsContent b {
	display: block;
}
.banner-adv li a:hover .bandsContent p {
	display: block;
}
.banner-adv img {
	width: 100%;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.main-adv {
	margin-top: 10px !important;
}
.main-adv li {
	float: left;
}
.main-adv li:last-of-type {
	margin-right: 0;
}
.main-adv li:nth-child(1) {
	width: 690px;
}
.main-adv li:nth-child(2) {
	width: 335px;
}
.main-adv li:nth-child(3) {
	width: 335px;
}
.banner {
	margin-top: 10px;
}
.product-classify {
	width: 250px;
	float: left;
	position: relative;
}
.product-classify .title {
	height: 40px;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	background: #4e5366 url('../../../../Images/index-child/Version/2021/classify.png') no-repeat right 0;
	padding: 0 10px 0 30px;
}
.product-classify .title i {
	margin-right: 10px;
}
.product-classify .title a {
	color: #fff;
}
.product-classify .title span {
	float: right;
}
.product-classify ul {
	background-color: #f5f5f5;
	padding-bottom: 24px;
}
.class-a {
	min-height: 63px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 30px;
	padding-bottom: 10px;
	/* box-sizing: border-box; */
}
.class-a i {
	font-size: 20px;
	float: left;
	margin: 20px 12px 0 15px;
	color: #3fc197;
	height: 50px;
}
.class-a p {
	font-size: 0;
	height: 16px;
	overflow: hidden;
	padding: 12px 0 0 0;
}
.class-a p a {
	font-size: 16px;
	color: #333;
	margin-right: 10px;
}
.class-a p a:last-child {
	margin-right: 0;
}
.class-a p a:hover {
	color: #3fc197;
}
.class-a span {
	font-size: 0;
	/* height: 14px; */
	overflow: hidden;
	display: block;
	/* margin-top: 10px; */
	/* line-height: 19px; */
	/* padding-bottom: 10px; */
}
.class-a span a {
	color: #999;
	font-size: 14px;
	margin-right: 12px;
	margin-top: 11px;
	display: inline-block;
}
.class-a span a:hover {
	color: #3fc197;
}
.product-classify ul li .class-b {
	width: 760px;
	min-height: 576px;
	position: absolute;
	top: -0;
	left: 250px;
	background-color: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	z-index: 9;
	display: none;
	padding: 15px 20px 0px 15px;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
	background-color: #fff;
}
.class-b .list-item {
	margin-bottom: 15px;
}
.class-b span {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	padding-bottom: 8px;
	display: block;
	border-bottom: 1px solid #ddd;
}
.class-b p {
	font-size: 13px;
	margin-top: 8px;
	line-height: 26px;
}
.class-b p a {
	color: #666;
	display: inline-block;
	width: 15%;
	height: 26px;
	overflow: hidden;
}
.class-b p i:nth-of-type(5n) {
	display: none;
}
.class-b p a:hover {
	color: #3fc197;
}
.class-b p a.more {
    float: right;
}
.class-b p i {
	margin: 0 12px;
	display: inline-block;
	vertical-align: top;
}
.class-b p i:last-of-type {
    display: none;
}
.banner .center {
	float: left;
	margin: 0 20px;
	overflow: hidden;
	width: 775px;
}
.banner .center .bigImg .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.banner .center .bigImg .image i {
	position: absolute;
	text-align: ;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 90px;
}
.banner .center .bigImg .image:hover i {
	color: #3fc197;
}
.banner .center .bigImg .image img {
	max-height: none;
}
.banner .center ul {
	margin-right: -20px;
	margin-top: 20px;
}
.banner .center li {
	float: left;
	width: 33.33%;
}
.banner .center li .image {
	margin-right: 20px;
}
.banner .center li .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
.banner .center li .image a span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #3fc197;
	box-sizing: border-box;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.banner .center li .image a:hover span {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.banner .center li .image img {
	max-height: none;
}
.hot-video {
	overflow: hidden;
	background-color: #fff;
}
.hot-video .image i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 36px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.hot-video .image:hover i {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #3fc197;
}
.hot-video li:first-of-type {
	margin-top: 0;
}
.hot-video li:first-of-type .image {
	width: 100%;
	float: none;
}
.hot-video li:first-of-type .text {
	background-color: #f5f5f5;
	padding: 0 12px 20px;
}
.hot-video li:first-of-type .text p {
	height: 40px;
	line-height: 20px;
	margin-top: 19px;
	font-size: 16px;
}
.hot-video li:first-of-type .text span {
	margin-top: 10px;
	display: none;
}
.hot-video li {
	margin-top: 18px;
	overflow: hidden;
}
.hot-video .image {
	width: 160px;
	float: left;
	margin-right: 12px;
	position: relative;
}
.hot-video .image a {
	display: block;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.hot-video .image img {
	max-height: none;
}
.hot-video .image b {
	position: absolute;
	left: 0;
	top: 0;
}
.hot-video .text {
	overflow: hidden;
}
.hot-video .text p {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 8px;
}
.hot-video .text p a {
	color: #333;
}
.hot-video .text p a:hover {
	color: #3fc197;
}
.hot-video .text span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 15px;
}
.brand {
	padding: 20px 17px 26px;
	border-top: 3px solid #ffc266;
	background:url(/images/index-child/Version/2021/brand-Bg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	box-sizing: border-box;
}
/* brands-tab */
.brands-tab p{
	text-align: center;
	padding-bottom: 9px;
	position: relative;
	font-size: 0;
}
.brands-tab a{
	display: inline-block;
	vertical-align: top;
	padding: 6px 25px 6px 6px;
	height: 72px;
	line-height: 60px;
	position: relative;
	border-radius: 35px;
	box-sizing: border-box;
	transition: none;
}
.brands-tab a:nth-child(1){
	margin-right: 35px;
}
.brands-tab a:nth-child(2){
	margin-left: 35px;
}
.brands-tab a span{
	display: inline-block;
	vertical-align: top;
	height: 60px;
	width: 60px;
	margin-right: 14px;
	background-color: #64cdae;
	position: relative;
	border-radius: 50%;
}
.brands-tab a span em{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background-size: 100% 100%!important;
}
.brands-tab a:nth-child(1) span em{
	width: 34px;
	height: 32px;
	background: url(/images/index-child/Version/2021/public-tab-1.png) no-repeat;
}
.brands-tab a:nth-child(2) span em{
	width: 31px;
	height: 38px;
	background: url(/images/index-child/Version/2021/public-tab-2.png) no-repeat;
}
.brands-tab a b{
	font-size: 28px;
	color: #F9D635;
}
.brands-tab a i{
	display: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
	width: 20px;
	height: 9px;
	background:url(/images/index-child/Version/2021/public-hover.png) no-repeat;
	background-size: 100% 100%;
}
.brands-tab a:nth-child(1)::after{
	position: absolute;
	right: -35px;
	top: 50%;
	transform: translateY(-50%);
	content: "/";
	font-size: 24px;
	color: #7fd9be;
}
.brands-tab a.focus{
	background-color: #05af7d;
}
.brands-tab a.focus i{
	display: inline-block;
}
.brands-tab a.focus span{
	background-color: #37bf97;
}
.brands-tab a:nth-child(1).focus span em{
	background: url(/images/index-child/Version/2021/public-tab-1-hover.png) no-repeat;
}
.brands-tab a:nth-child(2).focus span em{
	background: url(/images/index-child/Version/2021/public-tab-2-hover.png) no-repeat;
}
/* end */
/* brands-bot */
.brands-bot{
	margin-top: 2px;
	overflow: hidden;
}
.brands-bot li{
	float: left;
	width: 14.28%;
	height: 115px;
	padding: 0 5px;
	margin-top: 10px;
	box-sizing: border-box;
}
.brands-bot li .item {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.brands-bot li .item img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.brands-bot li .item p {
	height: 25px;
	line-height: 25px;
	color: #af7700;
	background-color: #fff1a3;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 14px;
}
.brands-bot li .item a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.brands-bot2 li:hover a {
	box-sizing: border-box;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brands-bot li:hover p {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brands-bot2{
	margin-top: 12px;
	padding: 0 5px 5px;
}
.brands-bot2 ul{
	padding-left: 1px;
	padding-bottom: 1px;
}
.brands-bot2 li{
	width: 12.5%;
	padding: 0;
	border: 1px solid #e6e6e6;
	margin: 0px 0px -1px -1px;
}
/* end */
.public-tab {
	position: relative;
	text-align: center;
	font-size: 0;
}
.public-tab p a {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	color: #999999;
	text-align: center;
	font-weight: bold;
	padding: 0 30px 25px;
	position: relative;
	line-height: 28px;
}
.public-tab p a span {
	content: '';
	position: absolute;
	width: 0;
	height: 4px;
	left: 26px;
	bottom: 0;
	background: url(../../../../Images/index-child/Version/2021/tab_bottom.png) no-repeat;
}
.public-tab p a::after {
	content: '';
	position: absolute;
	top: 3px;
	right: 0;
	height: 20px;
	width: 1px;
	background-color: #e1e1e1;
}
.public-tab p a:last-of-type::after {
	width: 0;
}
.public-tab p a.focus {
	color: #333;
	font-size: 28px;
}
.public-tab p a.focus span {
	width: 120px;
}
.public-tab p a.focus b {
	color: #3fc197;
}
.public-tab p a:nth-child(2){
	border:none;
}
.public-tab p a:first-of-type {
	padding-left: 4px;
}
.public-tab p a:first-of-type span  {
	left: 0;
}
.public-tab p a:last-child {
	padding-right: 0;
}
.news-tab {
	text-align: left;
}
.news {
	margin-top: 35px;
}
.news .cover, .company-news, .trade-expo {
	width: 335px;
	float: left;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
.news .cover .title {
	font-size: 28px;
	font-weight: bold;
	color: #3fc197;
	line-height: 32px;
	margin-bottom: 15px;
}
.news .cover .title img {
	vertical-align: top;
	margin-right: 10px;
}
.news .gallery-top {
	position: relative;
	background-color: #f5f5f5;
	display: none;
}
.news .gallery-top .image {
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.news .gallery-top .image img {
	max-height: none;
}
.news .gallery-top .text {
	width: 100%;
	background-color: #4e5366;
	color: #fff;
	font-size: 16px;
	margin-top: 78px;
	height: 70px;
}
.news .gallery-top .text p {
	position: absolute;
	margin-top: 13px;
	padding-left: 20px;
	padding-right: 95px;
	height: 44px;
	overflow: hidden;
	line-height: 22px;
}
.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
	left: auto;
	bottom: 0;
	right: 0;
	font-size: 24px;
	color: #fff;
	font-style: italic;
	line-height: 70px;
	width: 80px;
	height: 70px;
	background-color: #3fc197;
	font-weight: bold;
}
.cover .swiper-pagination-fraction::after {
	content: '';
	position: absolute;
	left: -22px;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 70px 22px;
	border-color: transparent transparent #3FC197 transparent;
}
.swiper-pagination-current {
	font-style: normal;
	font-size: 36px;
}
.news .gallery-thumbs {
	position: absolute;
	bottom: 90px;
	width: 100%;
	padding-left: 15px;
	box-sizing: border-box;
}
.news .gallery-thumbs .swiper-slide {
	width: 25%;
}
.news .gallery-thumbs .swiper-slide .item {
	background: url(../../../../Images/index-child/Version/2021/coverbg_index.png) no-repeat;
	height: 72px;
	margin-right: 14px;
	position: relative;
	background-size: 100% auto;
}
.news .gallery-thumbs .swiper-slide .item .box {
	height: 36px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	width: calc(100% - 6px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.news .gallery-thumbs .swiper-slide-thumb-active .item {
	background: url(../../../../Images/index-child/Version/2021/coverbg_index1.png) no-repeat;
	background-size: 100% auto;
}
.news .gallery-thumbs .swiper-slide .item .box img {
	max-width: 95%;
}
.news .gallery-thumbs .swiper-slide p {
	margin-top: 12px;
	text-align: center;
	margin-right: 14px;
	font-size: 14px;
	height: 14px;
	overflow: hidden;
}
.news .gallery-thumbs .swiper-slide p a {
	color: #888;
}
.news .gallery-thumbs .swiper-slide-thumb-active p a {
	color: #3fc197;
}
.news .news-right {
	overflow: hidden;
}
.right {
	width: 335px;
	float: right;
	background-color: #fff;
	margin-left: 20px;
}
.public-title {
	position: relative;
}
.public-title p {
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
}
.public-title p a {
	color: #333;
}
.public-title p img {
	vertical-align: top;
	margin-right: 15px;
}
.public-title .more {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 7px;
}
.public-title .more i {
	font-size: 18px;
	vertical-align: top;
	display: inline-block;
	margin-right: 10px;
	margin-top: -2px;
	color: #3fc197;
}
.public-title .more:hover {
	color: #3fc197;
}
.news-right .media {
	margin-top: 10px;
}
.news-right .media li {
	padding: 21px 0;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.news-right .media .image {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	background-size: cover;
	background-repeat: no-repeat;
}
.news-right .media .text {
	overflow: hidden;
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
.news-right .media .text p {
	font-size: 18px;
	height: 48px;
	overflow: hidden;
	font-family: "Microsoft YaHei";
	line-height: 24px;
}
.news-right .media .text p i {
	color: #f1623b;
	font-weight: normal;
	margin-left: 7px;
}
.news-right .media .text p a {
	color: #333;
}
.news-right .media .text p a:hover {
	color: #3fc197;
}
.news-right .media .text span {
	display: block;
	margin-top: 10px;
	overflow: hidden;
}
.news-right .media .text span i {
	font-size: 14px;
	margin-right: 5px;
	vertical-align: top;
}
.news-right .media .text span b {
	float: right;
	font-weight: normal;
}
.news-right .media .more {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	background-color: #f6f6f6;
	color: #999;
	font-size: 14px;
	margin: 0 22px;
}
.left {
	overflow: hidden;
}
.news-bot {
	display: none;
	background-color: #fff;
	padding-top: 28px;
}
.news-bot .hot p {
	font-size: 24px;
	height: 24px;
	overflow: hidden;
	font-weight: bold;
}
.news-bot .hot p b {
	font-weight: 700;
	color: #ff4c48;
}
.news-bot .hot p b i {
	font-size: 8px;
	vertical-align: top;
	display: inline-block;
	margin: 8px 8px 0px;
}
.news-bot .hot p a {
	color: #333;
}
.news-bot .hot p a:hover {
	color: #3fc197;
}
.news-bot .hot span {
	display: block;
	margin-top: 25px;
	font-size: 18px;
	height: 18px;
	overflow: hidden;
}
.news-bot .hot span a {
	color: #333;
}
.news-bot .hot span a:hover {
	color: #3fc197;
}
.news-bot .hot span i {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 17px;
	border-radius: 50%;
	background-color: #ff4c48;
	vertical-align: top;
	margin-left: 10px;
	text-indent: 1px;
}
.news-top {
	margin-bottom: 35px;
}
.news-top ul {
	margin-top: 12px;
}
.news-top li {
	float: left;
	width: 50%;
	margin-top: 18px;
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}
.news-top li a {
	color: #333;
}
.news-top li a:hover {
	color: #3fc197;
}
.news-top li span {
	width: 4px;
	height: 4px;
	display: inline-block;
	background-color: #cfcfcf;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 5px;
}
.news-bot .news-item {
	margin-top: 21px;
}
.news-bot .news-item .image {
	width: 184px;
	float: left;
	margin-right: 15px;
}
.news-bot .news-item .image a {
	display: block;
	height: 0;
	padding-bottom: 66.66%;
	overflow: hidden;
}
.news-bot .news-item .image img {
	max-height: none;
}
.news-bot .news-item ul {
	overflow: hidden;
}
.news-bot .news-item li {
	font-size: 16px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	margin-top: 24px;
	position: relative;
	padding-right: 40px;
}
.news-bot .news-item li span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: normal;
	color: #999;
}
.news-bot .news-item li a {
	color: #666;
}
.news-bot .news-item li a:hover {
	color: #3fc197;
}
.news-bot .news-item li:first-of-type {
	margin-top: 5px;
	font-size: 18px;
	height: 18px;
	line-height: 18px;
	font-weight: bold;
}
.news-bot .news-item li:first-of-type a {
	color: #333;
}
.news-bot .news-item li:first-of-type a:hover {
	color: #3fc197;
}
.news-bot .news-item li:nth-child(2) {
	margin-top: 20px;
}
.interview {
	margin-top: 30px;
	overflow: hidden;
}
.public-title p b {
	color: #3fc197;
	font-weight: 700;
}
.public-title a b {
	font-weight: normal;
	color: #3fc197;
	margin-left: 1px;
}
.public-title a strong {
	color: #ff9900;
	font-weight: normal;
	margin-left: 1px;
}
.interview ul {
	margin-top: 25px;
	margin-right: -20px;
}
.interview li {
	width: 25%;
	float: left;
}
.interview li .item {
	margin-right: 20px;
	background-color: #f9f9fa;
}
.interview li .image {
	border: 4px solid #dddddd;
	position: relative;
}
.interview li .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
	color: #fff;
}
.interview li .image img {
	max-height: none;
}
.interview li .image i {
	position: absolute;
	font-size: 48px;
	left: 8px;
	bottom: 10px;
}
.interview li .image:hover a {
	color: #3fc197;
}
.interview li .text {
	padding: 20px 15px 15px 20px;
}
.interview li .text p {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}
.interview li .text p a {
	color: #333;
}
.interview li .text span {
	display: block;
	margin-top: 20px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
}
.interview li .text span mark {
	display: inline-block;
	width: 54px;
	height: 100%;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	background-color: #ff9900;
	color: #fff;
}
.interview li .text span b {
	float: right;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.interview li .item:hover {
	background: -moz-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
  background: -webkit-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
  background: -ms-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
}
.interview li .item:hover .image {
	border-color: transparent;
}
.interview li .item:hover .text p a {
	color: #fff;
}
.interview li .item:hover .text mark {
	background-color: #fff;
	color: #3fc197;
}
.interview li .item:hover .text span b {
	color: #fff;
}
.technology {
	margin-top: 30px;
}
.supply-tab img {
	vertical-align: top;
}
.supply-tab p {
	display: inline-block;
}
.supply-tab p a {
	font-size: 28px;
}
.supply-tab p a:first-of-type {
	padding-left: 12px;
}
.supply-tab p a.focus span {
	width: 59px;
}
.supply-tab p a span {
	height: 6px;
	left: 30px;
	background: url(../../../../Images/index-child/Version/2021/tab1.png) no-repeat;
}
.supply-tab p a:first-of-type span {
	left: 12px;
}
.supply-bot {
	display: none;
	font-size: 16px;
}
.supply-bot li {
	height: 16px;
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.supply-bot li span {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 16px;
	line-height: 16px;
	background-color: #c8c8c8;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 900;
}
.supply-bot li span::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #C8C8C8;
}
.supply-bot li:first-of-type span {
	background-color: #ff3b3b;
}
.supply-bot li:first-of-type span::after {
	border-color: transparent transparent transparent #ff3b3b;
}
.supply-bot li:nth-child(2) span {
	background-color: #ff881e;
}
.supply-bot li:nth-child(2) span::after {
	border-color: transparent transparent transparent #ff881e;
}
.supply-bot li:nth-child(3) span {
	background-color: #ffc267;
}
.supply-bot li:nth-child(3) span::after {
	border-color: transparent transparent transparent #ffc267;
}
.supply-bot li a {
	display: block;
	padding: 0 45px 0 40px;
	color: #333;
}
.supply-bot li a:hover {
	color: #3fc197;
}
.supply-bot li b {
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.company-news .hot {
	margin-top: 25px;
	background-color: #f5f5f5;
}
.company-news .hot p {
	line-height: 48px;
	height: 48px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.company-news .hot p img {
	vertical-align: top;
	margin-right: 8px;
	margin-top: 11px;
}
.company-news .hot p a {
	color: #333;
}
.company-news .hot p a:hover {
	color: #3fc197;
}
.company-news .hot .image {
	height: 0;
	padding-bottom: 66.5%;
	overflow: hidden;
}
.company-news .hot .image img {
	max-height: none;
}
.news-swiper {
	display: none;
}
.technology .news-swiper > .swiper-pagination-bullets {
	bottom: 20px;
	left: auto;
	width: auto;
	right: 20px;
}
.technology .news-swiper .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	border-radius: 2px;
	margin: 0 0 0 8px !important;
}
.technology .news-swiper .swiper-pagination-bullet-active {
	background: #3fc197;
}
.company-news ul {
	margin-top: 20px;
}
.company-news li {
	margin-top: 15px;
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}
.company-news li a {
	color: #333;
}
.company-news li a:hover {
	color: #3fc197;
}
.company-news li span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3fc197;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 10px;
}
.technology-item {
	overflow: hidden;
}
.technology-tab {
	text-align: left;
	border-bottom: 4px solid #4e5366;
	display: inline-block;
	vertical-align: top;
}
.technology-bot {
	background-color: #fff;
	display: none;
}
.technology-tab p a span {
	width: 0;
	height: 6px;
	left: 26px;
	bottom: -6px;
	background: url(../../../../Images/index-child/Version/2021/tab2.png) no-repeat;
}
.technology-tab p a.focus span {
	width: 122px;
}
.public-tab p a.focus::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 4px;
	background-color: #fff;
	bottom: -4px;
	left: 50%;
	margin-left: -30px;
}
.technology-tab p a:last-child {
	padding-right: 30px;
}
.technology-bot {
	display: none;
}
.technology-bot p {
	margin-top: 22px;
	font-size: 22px;
	font-weight: bold;
	height: 22px;
	overflow: hidden;
}
.technology-bot a {
	color: #333;
}
.technology-bot a:hover {
	color: #3fc197;
}
.technology-bot p span {
	font-weight: 900;
	font-size: 14px;
	color: #fff;
	width: 45px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 4px;
	background-color: #f54646;
	display: inline-block;
	vertical-align: top;
	margin-right: 12px;
}
.technology-bot ul {
	margin-top: 20px;
	overflow: hidden;
}
.technology-bot li {
	font-size: 16px;
	height: 16px;
	overflow: hidden;
	margin-top: 15px;
	width: 50%;
	float: left;
	padding-right: 45px;
	box-sizing: border-box;
}
.technology-bot li:first-of-type {
	width: 100%;
	float: none;
	margin-top: 0;
}
.technology-bot li a {
	color: #666;
}
.products {
	margin-top: 20px;
}
.products .public-title {
	line-height: 52px;
}
.products .public-title .more {
	top: 0;
}
.products-list {
	margin-top: 20px;
	background-color: #f5f5f5;
}
.products-list li {
	padding: 15px 20px;
}
.products-list li .image {
	float: left;
	margin-right: 12px;
	position: relative;
	width: 100px;
}
.products-list li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.products-list li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.products-list li .text {
	overflow: hidden;
}
.products-list li .text p {
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-top: 8px;
}
.products-list li .text p a {
	color: #333;
}
.products-list li .text b {
	display: block;
	font-size: 16px;
	color: #ff9900;
	margin-top: 16px;
	font-weight: normal;
}
.products-list li:hover {
	background-color: #3fc197;
}
.products-list li:hover .text a {
	color: #fff;
}
.products-list li:hover .text b {
	color: #fff;
}
.title-left {
	height: 60px;
}
.title-left span {
	float: left;
}
.title-left span img {
	float: left;
	margin-right: 15px;
}
.title-left span b {
	display: block;
	overflow: hidden;
	font-size: 30px;
	margin-top: 8px;
	padding: 0 5px;
	font-style: italic;
}
.title-left span b em {
	color: #3fc197;
}
.title-left span i {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #3fc197;
	margin-top: 5px;
	font-weight: bold;
}
.title-left span strong {
	font-size: 60px;
	color: #f9ad16;
	font-style: italic;
	float: left;
}
.products .left {
	width: 1045px;
	float: left;
	overflow: visible;
}
.product-tab p {
	float: right;
	font-size: 0;
	padding-top: 12px;
}
.product-tab p a {
	font-size: 14px;
	color: #999;
	padding: 0 12px;
	border-radius: 14px;
	height: 28px;
	line-height: 28px;
	display: inline-block;
	background-color: #f5f5f5;
	margin-right: 20px;
}
.product-tab p a:last-child {
	margin-right: 0;
}
.product-tab p a.focus {
	background-color: #3fc197;
	color: #fff;
}
.product-bot {
	margin-right: -20px;
	display: none;
}
.product-bot li {
	width: 25%;
	float: left;
	margin-top: 20px;
}
.product-bot li .item {
	margin-right: 20px;
	background-color: #fff;
	box-shadow: 0px 10px 25px 0px rgba(40, 40, 40, 0.1);
}
.product-bot li .image {
	width: 200px;
	margin: 0 auto;
}
.product-bot li .image a {
	display: block;
	height: 0;
	padding-bottom: 100%;
	position: relative;
}
.product-bot li .image img {
	max-height: none;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-bot li .text {
	height: 48px;
	line-height: 48px;
	background-color: #4e5366;
	font-size: 16px;
	padding: 0 12px;
	position: relative;
}
.product-bot li .text p {
	padding-right: 36px;
	height: 100%;
	overflow: hidden;
}
.product-bot li .text p a {
	color: #fff;
}
.product-bot li .text .inquiry {
	position: absolute;
	right: 0;
	top: 0;
	height: 48px;
	line-height: 18px;
	width: 48px;
	color: #fff;
	background-color: #3fc197;
	padding: 0 7px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.product-bot li .text .inquiry b {
	margin-top: 6px;
	display: inline-block;
}
.product-bot li .text .inquiry::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 7px;
	border-color: transparent transparent transparent #4e5366;
}
.trade {
	margin-top: 30px;
}
.trade-list {
	border-left: 1px dashed #eee;
	margin-top: 18px;
	padding-left: 18px;
	padding-top: 4px;
}
.trade-list li {
	padding-bottom: 25px;
	position: relative;
}
.trade-list li:last-child {
	padding-bottom: 18px;
}
.trade-list li::after {
	content: '';
	position: absolute;
	left: -22px;
	top: 6px;
	width: 8px;
	height: 8px;
	background-color: #d3d3d3;
	border-radius: 50%;
}
.trade-list .label span,.trade-list .label b {
	padding: 0 7px;
	height: 20px;
	line-height: 20px;
	background-color: #ff9900;
	color: #fff;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}
.trade-list .label span {
	background-color: #3fc197;
}
.trade-list .image {
	height: 0;
	overflow: hidden;
}
.trade-list .image img {
	max-height: none;
}
.trade-list p {
	margin-top: 15px;
	font-size: 16px;
	height: 16px;
	overflow: hidden;
}
.trade-list p a {
	color: #333;
}
.trade-list p a:hover {
	color: #3fc197;
}
.trade-list li.focus .image {
	padding-bottom: 55.8%;
	margin-top: 15px;
}
.trade-expo .expo-swiper {
	margin-top: 25px;
	display: none;
}
.expo-swiper .image {
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.expo-swiper .image img {
	max-height: none;
}
.expo-swiper .text {
	background: -moz-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
	background: -webkit-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
	background: -ms-linear-gradient( 0deg, rgb(63,193,151) 0%, rgb(246,170,21) 100%);
	padding: 15px 20px 18px;
	font-size: 16px;
	font-weight: bold;
}
.expo-swiper .text p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding-right: 70px;
}
.expo-swiper .text p a {
	color: #fff;
}
.trade-expo .expo-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.trade-expo .expo-swiper .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 4px;
}
.trade-expo .expo-swiper .swiper-pagination-bullets {
	bottom: auto;
	left: auto;
	width: auto;
	top: 206px;
	right: 5px;
}
.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 3px;
}
.trade-expo li {
	margin-top: 20px;
}
.trade-expo li .image {
	width: 160px;
	float: left;
	margin-right: 10px;
}
.trade-expo li .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.trade-expo li .image img {
	max-height: none;
}
.trade-expo li .text {
	font-size: 14px;
}
.trade-expo li .text p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.trade-expo li .text p a {
	color: #333;
}
.trade-expo li .text p a:hover {
	color: #3fc197;
}
.trade-expo li .text span {
	color: #999;
	display: block;
	margin-top: 10px;
}
.trade-item {
	overflow: hidden;
}
.trade-tab {
	text-align: left;
	border-bottom: 4px solid #4e5366;
	display: inline-block;
	vertical-align: top;
}
.trade-tab p a span {
	width: 0;
	height: 6px;
	left: 26px;
	bottom: -6px;
	background: url(../../../../Images/index-child/Version/2021/tab2.png) no-repeat;
}
.trade-tab p a.focus span {
	width: 122px;
}
.trade-tab p a:last-child {
	padding-right: 30px;
}
.trade-tab p a {
	color: #333;
}
.trade-bot {
	display: none;
	overflow: hidden;
}
.trade-bot .hot p {
	font-size: 24px;
	font-weight: bold;
	height: 24px;
	overflow: hidden;
	margin-top: 28px;
}
.trade-bot .hot p i {
	display: inline-block;
	width: 23px;
	height: 25px;
	background: url(../../../../Images/index-child/Version/2021/hot2.png) no-repeat -11px -5px;
	vertical-align: top;
	margin-top: -2px;
	margin-right: 10px;
}
.trade-bot .hot p a {
	color: #333;
}
.trade-bot .hot p a:hover {
	color: #3fc197;
}
.trade-bot .hot .content {
	margin-top: 30px;
	overflow: hidden;
}
.trade-bot .hot .image {
	width: 210px;
	float: left;
	margin-right: 20px;
}
.trade-bot .hot .image a {
	display: block;
	height: 0;
	padding-bottom: 56%;
	overflow: hidden;
}
.trade-bot .hot .image img {
	max-height: none;
}
.trade-bot .hot .content .text {
	overflow: hidden;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	color: #888;
	padding-top: 10px;
}
.trade-bot ul {
	margin-right: -40px;
}
.trade-bot li {
	margin-top: 22px;
	float: left;
	width: 50%;
}
.trade-bot li .item {
	margin-right: 40px;
	overflow: hidden;
}
.trade-bot li b {
	float: left;
	width: 16px;
	height: 4px;
	background-color: #3fc197;
	margin-right: 10px;
	margin-top: 8px;
}
.trade-bot li .text {
	overflow: hidden;
}
.trade-bot li .text p {
	font-size: 16px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.trade-bot li .text p a {
	color: #666;
}
.trade-bot li .text p a:hover {
	color: #3fc197;
}
.trade-bot li .text span {
	font-size: 16px;
	color: #999;
	display: block;
	margin-top: 10px;
}
.service {
	background-color: #f5f5f5;
	padding: 18px 0;
	margin-top: 40px;
}
.service li {
	float: left;
	width: 25%;
	text-align: center;
}
.service li .item {
	display: inline-block;
	text-align: left;
}
.service li b {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background-color: #3fc197;
	float: left;
	line-height: 44px;
	font-weight: normal;
	margin-right: 10px;
	text-align: center;
}
.service li b i {
	font-size: 24px;
	color: #fff;
}
.service li .item > i {
	float: left;
	font-size: 44px;
	color: #3fc197;
	margin-right: 10px;
}
.service li .text {
	/* overflow: hidden; */
	font-size: 14px;
	color: #999;
	float: right;
}

.service li .text p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.service li .text p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.service li .text p a:hover .QQhover{
	display: inline-block;
}
.service li .text p {
	font-size: 16px;
	color: #333;
	margin-top: 1px;
}
.service li .text p a {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	position: relative;
cursor: pointer;
}
.service li .text span {
	display: block;
	margin-top: 8px;
}
.link {
	background: url(../../../../Images/index-child/Version/2021/bottombg.png) no-repeat top center #3c4051;
	padding-top: 45px;
	padding-bottom: 30px;
}
.link .w {
	position: relative;
}
.link-tab {
	font-size: 0;
}
.link-tab a {
	font-size: 20px;
	color: #fff;
	margin-right: 32px;
}
.link-tab a i {
	font-weight: normal;
	margin-right: 12px;
	font-size: 20px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
.link-tab a.focus {
	color: #3fc197;
	font-weight: bold;
}
.link-tab a.focus i {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.link .join {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 14px;
	z-index: 2;
}
.link .join a {
	color: #3fc197;
}
.link .join a i {
	font-size: 12px;
	margin-right: 6px;
	vertical-align: top;
}
.link-bot {
	overflow: hidden;
	display: none;
}
.link-bot ul {
	margin-top: 30px;
	margin-left: -20px;
	margin-right: -20px;
}
.link-bot li {
	float: left;
	font-size: 14px;
	margin-top: 10px;
}
.link-bot li a {
	color: #88a0af;
	padding: 0 20px;
	position: relative;
}
.link-bot li a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	height: 14px;
	background-color: #6e7980;
}
.link-bot li:last-of-type a::after {
	display: none;
}
.link-bot li a:hover {
	color: #3fc197;
}
.Lista {
	margin-top: 28px;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255,255,255,.05);
}
.Lista a {
	float: left;
	width: 10%;
	text-align: center;
	font-size: 16px;
	color: #88a0af;
}
.Lista a.focus {
	background-color: rgba(255,255,255,.1);
}
.Lista a:hover {
	background-color: rgba(255,255,255,.1);
}
.footer {
	background-color: #333;
	color: #999;
	padding: 20px 0;
	text-align: center;
}
.footer p {
	font-size: 15px;
}
.footer p a {
	color: #838383;
	padding: 0 12px;
}
.footer p a:hover {
	color: #3fc197;
	text-decoration: underline;
}
.footer .service {
	margin-top: 18px;
	font-size: 14px;
}
.footer .service span {
	margin-left: 25px;
}
.footer .service span a {
	vertical-align: top;
	display: inline-block;
	margin-left: 10px;
	margin-top: -1px;
}
ul.footImg {
	margin-top: 20px;
	overflow: hidden;
	display: inline-block;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.footImg li {
	width: 92px;
	float: left;
	height: 34px;
	text-align: left;
	background-color: #fff;
	margin-right: 10px;
	padding: 0 8px;
	box-sizing: border-box;
}
ul.footImg li a {
	display: block;
	color: #333;
}
ul.footImg li a:hover {
	/* color: #3fc197; */
}
ul.footImg li img {
	float: left;
	margin-right: 3px;
	margin-top: 6px;
}
ul.footImg li span {
	display: block;
	overflow: hidden;
	line-height: 14px;
	padding-top: 3px;
}

.copyright {
	font-size: 12px;
	color: #999;
	margin-top: 20px;
	display: block;
}
.copyright a {
	color: #999;
}
.copyright a:hover {
	color: #3fc197;
}
.copyright img {
	margin: -4px 8px 0 15px;
	vertical-align: top;
}
/* 右侧飘窗 */
.backHome {
	width: 54px;
	position: relative;
}

.backHome a.guest,
.backHome a.guest,
.backHome a.price,
.backHome a.rightWx,
.backHome a.back,
.backHome .qq {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 0 #3fc197;
	text-decoration: none;
}

.backHome a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.backHome a.guest {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 -114px #3fc197;
}

.backHome a.price {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -57px #3fc197;
}

.backHome a.rightWx {
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -222px #3fc197;
}

.backHome img {
	position: absolute;
	right: 65px;
	top: 77px;
	max-width: 100px;
	width: 100px;
	height: 100px;
	display: none;
}
.appItem {
	position: absolute;
	right: 80px;
	text-align: center;
	font-size: 16px;
	background-color: #fff;
	width: 168px;
	top: 50px;
	line-height: 18px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	display: none;
}
.appItem .image {
	padding: 14px;
}
.appItem p {
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #44a631;
	font-weight: bold;
	background: #f5f8f2;
}
.appItem.weixinItem p {
	font-size: 15px;
}
.weixinItem {
	top: 80px;
	width: 348px;
}
.weixinItem .item {
	float: left;
	width: 50%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
}
.weixinItem .image {
	width: 156px;
	height: 156px;
	margin: 0 auto;
	padding: 8px;
}
.weixinItem .item:last-of-type {
	border-right: 0;
}
.weixinItem .image img {
	position: static;
	width: auto;
	height: auto;
	display: block;
	max-width: 100%;
}
.toTop {
	width: 54px;
	height: 54px;
	position: fixed;
	_position: absolute;
	top: 527px;
	_top: expression(eval(document.documentElement.scrollTop+527));
	display: none;
	font: normal 11px "Microsoft Yahei", "simhei";
}

.toTop a,
.toTop a:hover {
	display: block;
	width: 54px;
	height: 19px;
	padding: 35px 0px 0 0px;
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -170px #3fc197;
	opacity: 0.6;
	filter: alpha(opacity=60);
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.toTop a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#goTop {
	position: fixed;
	_position: absolute;
	top: 177px;
	display: block;
	right: 10px;
	z-index: 99999;
}

*html,
* html body {
	background-attachment: fixed;
}

*html #goTop {
	position: absolute;
	right: expression(eval(document.documentElement.scrollLeft+10));
	top: expression(eval(document.documentElement.scrollTop+145));
}

.backHome .qq {
	position: relative;
	z-index: 99999;
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0px -288px #3fc197;
}

.backHome .qq:hover {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.qqconsult {
	display: none;
	position: absolute;
	left: -170px;
	top: -30px;
	width: 160px;
	padding-right: 10px;
	z-index: 9999;
}

.qqBox {
	width: 140px;
	padding-bottom: 12px;
	background-color: #fff;
	border: #3fc197 10px solid;
}

.qqBox h3 {
	width: 138px;
	background-color: #3fc197;
	border: #fff 1px solid;
	height: 28px;
}

.qqBox h3 {
	font: 16px/28px "microsoft yahei";
}

.qqBox p {
	margin-left: 8px;
}

.qqBox p span {
	width: 44px;
	margin-top: 10px;
	float: left;
	line-height: 16px;
	color: #333333;
	margin-right: 12px;
	font-family: "microsoft yahei";
}

.qqBox p a {
	margin-top: 10px;
	display: block;
	float: left;
	cursor: pointer;
	border: none;
	height: 16px;
	line-height: 16px;
	width: 68px;
	color: #fff;
	font-family: "microsoft yahei";
	position: relative;
	cursor: pointer;
}
.qqBox p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.qqBox p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.qqBox p a:hover .QQhover{
	display: inline-block;
}
.qqBox p a.btn1 {
	background-color: #3fc197;
}

.qqBox p a.btn2 {
	background-color: #f26522;
}

.backHome .app {
	width: 54px;
	height: 19px;
	display: block;
	float: left;
	text-align: center;
	font: normal 11px "Microsoft Yahei", "simhei";
	color: #fff;
	padding: 35px 0px 0 0px;
	margin: 2px 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: url(https://www.hbzhan.com/images/public/rightBar2.png) no-repeat 0 -344px #3fc197;
	text-decoration: none;
}
.appBot {
	position: absolute;
	top: 0;
	right: 60px;
	display: none;
	width: 120px;
}
.appBot img {
	width: auto;
	height: auto;
	position: static;
	display: block;
	max-width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width:1199px){
	.class-b p i {
		margin: 0 5px;
	}
	.class-b p a {
		width: 17%;
	}
	.w{
		width: 1138px;
	}
	.nav .menu ul li b a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 32px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-top a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 24px;
	}
	.nav .menu ul li .menu-bot {
		top: 42px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.nav {
		height: 42px;
	}
	.top .logo {
		width: 213px;
		margin-top: 9px;
	}
	.top .search {
		margin-left: 74px;
		width: 520px;
		margin-top: 17px;
	}
	.search .form {
		height: 36px;
		border-radius: 2px;
	}
	.search .form button {
		width: 95px;
		font-size: 14px;
	}
	.search .form button i {
		font-size: 12px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 32px;
		text-indent: 14px;
	}
	.search .form .select {
		width: 74px;
	}
	.search .form input {
		width: 348px;
	}
	.search .form .select .select-top i {
		top: 11px;
	}
	.top .top-adv {
		width: 272px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner-adv li a .bandsContent b {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		margin-top: 2px;
	}
	.banner-adv li a .bandsContent p {
		margin-top: 2px;
	}
	.banner {
		margin-top: 10px;
	}
	.product-classify {
		width: 205px;
	}
	.banner .center {
		margin: 0 17px;
		width: 626px;
	}
	.hot-video .image {
		width: 130px;
		margin-right: 10px;
	}
	.hot-video .text p {
		line-height: 18px;
		height: 36px;
		margin-top: 4px;
	}
	.hot-video .text span {
		font-size: 12px;
		margin-top: 13px;
	}
	.hot-video li:first-of-type .text {
		padding: 0 12px 8px;
	}
	.news-bot .news-item li span {
		font-size: 12px;
	}
	.hot-video li:first-of-type .text p {
		height: 36px;
		margin-top: 10px;
		font-size: 14px;
		line-height: 18px;
	}
	.hot-video li {
		margin-top: 15px;
	}
	.class-a p {
		height: 14px;
		padding: 11px 0 0 0;
	}
	.class-a p a {
		font-size: 14px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 9px;
		margin-top: 8px;
	}
	.class-a {
		min-height: 56px;
		padding-left: 22px;
	}
	.product-classify ul {
		padding-bottom: 0;
	}
	.product-classify .title {
		height: 32px;
		line-height: 32px;
		padding: 0 8px 0 22px;
		background-size: auto 100%;
	}
	.product-classify .title a img {
		width: 70px;
	}
	.product-classify .title span img {
		width: 75px;
	}
	.product-classify ul li .class-b {
		width: 608px;
		min-height: 465px;
		left: 205px;
	}
	.brand {
		padding: 17px 14px 20px;
		margin-top: 15px;
		border-top: 2px solid #ffc266;
	}
	.brands-tab p {
		padding-bottom: 8px;
	}
	.brands-tab a {
		padding: 5px 16px 5px 5px;
		height: 58px;
		line-height: 48px;
	}
	.brands-tab a span {
		height: 48px;
		width: 48px;
		margin-right: 10px;
	}
	.brands-tab a:nth-child(1) span em {
		width: 28px;
		height: 28px;
	}
	.brands-tab a:nth-child(2) span em {
		width: 25px;
		height: 31px;
	}
	.brands-tab a b {
		font-size: 22px;
	}
	.brands-tab a i {
		bottom: -8px;
		width: 17px;
		height: 8px;
	}
	.brands-tab a:nth-child(1){
		margin-right: 30px;
	}
	.brands-tab a:nth-child(2){
		margin-left: 30px;
	}
	.public-tab p a.focus {
		font-size: 22px;
	}
	.public-tab p a.focus span {
		width: 98px;
		background-size: 100% 100%;
	}
	.brands-tab img {
		width: 50px;
		margin-top: 4px;
	}
	.brands-bot {
		margin-top: 6px;
	}
	.brands-bot2 {
		margin-top: 15px;
		padding: 0 4px 4px;
	}
	.brands-bot li {
		height: 93px;
		padding: 0 4px;
		margin-top: 8px;
	}
	.brands-bot2 li{
		padding: 0;
		margin: 0px 0px -1px -1px;
	}
	.brands-bot li .item p {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.news .cover, .company-news, .trade-expo {
		width: 294px;
		margin-right: 17px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		height: 64px;
		margin-right: 12px;
	}
	.news .gallery-thumbs .swiper-slide p {
		margin-top: 8px;
		font-size: 12px;
		height: 12px;
		margin-right: 12px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 32px;
		line-height: 32px;
	}
	.news .gallery-top .text {
		font-size: 14px;
		margin-top: 60px;
		height: 57px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		font-size: 20px;
		line-height: 57px;
		width: 66px;
		height: 57px;
	}
	.swiper-pagination-current {
		font-size: 29px;
	}
	.cover .swiper-pagination-fraction::after {
		border-width: 0 0 56px 22px;
	}
	.news .gallery-top .text p {
		margin-top: 11px;
		line-height: 18px;
		height: 36px;
	}
	.news .gallery-thumbs {
		bottom: 66px;
	}
	.news .cover .title {
		font-size: 22px;
		line-height: 28px;
	}
	.news .cover .title img {
		width: 28px;
	}
	.public-tab p a {
		font-size: 20px;
		padding: 0 23px 20px;
	}
	.trade-tab p a:last-child {
		padding-right: 20px;
	}
	.news-bot .hot p {
		font-size: 18px;
		height: 18px;
	}
	.news-bot {
		padding-top: 25px;
	}
	.news-bot .hot span i {
		font-size: 10px;
		width: 16px;
		height: 16px;
		line-height: 15px;
		border-radius: 50%;
		margin-left: 8px;
		text-indent: 0px;
	}
	.news-bot .hot p b i {
		font-size: 6px;
		margin: 5px 8px 0px;
	}
	.news-bot .hot span {
		margin-top: 19px;
		font-size: 16px;
		height: 16px;
	}
	.interview li .text p {
		font-size: 14px;
		height: 14px;
	}
	.interview li .text span mark {
		width: 46px;
		font-size: 14px;
	}

	.news-top li {
		margin-top: 14px;
		font-size: 14px;
		height: 14px;
	}
	.news-bot .news-item {
		margin-top: 25px;
	}
	.news-top li span {
		margin-right: 8px;
		margin-top: 6px;
	}
	.news-bot .news-item .image {
		width: 150px;
	}
	.news-bot .news-item li:first-of-type {
		margin-top: 3px;
		font-size: 16px;
		height: 16px;
		line-height: 16px;
	}
	.news-bot .news-item li {
		font-size: 14px;
		height: 14px;
		line-height: 14px;
		margin-top: 9px;
	}
	.news-bot .news-item li:nth-child(2) {
		margin-top: 18px;
	}
	.right {
		width: 272px;
		margin-left: 17px;
	}
	.public-title p {
		font-size: 22px;
	}
	.public-title p img {
		margin-right: 8px;
		width: 16px;
	}
	.public-title .more {
		font-size: 12px;
		top: 3px;
	}
	.public-title .more i {
		margin-right: 6px;
		font-size: 14px;
		margin-top: -1px;
	}
	.news-right .media .image {
		width: 64px;
		height: 64px;
		margin-right: 8px;
	}
	.news-right .media .text p {
		font-size: 16px;
		height: 40px;
		line-height: 20px;
	}
	.news-right .media .text {
		font-size: 12px;
		padding-top: 3px;
	}
	.news-right .media .text span {
		margin-top: 8px;
	}
	.news-right .media li {
		padding: 20px 0;
	}
	.interview ul {
		margin-top: 24px;
	}
	.interview li .text span {
		margin-top: 12px;
		line-height: 24px;
		height: 24px;
	}
	.interview li .text span b {
		font-size: 12px;
	}
	.interview li .text {
		padding: 15px;
	}
	.interview li .image i {
		font-size: 42px;
	}
	.company-news .hot {
		margin-top: 20px;
	}
	.company-news .hot p img {
		margin-top: 9px;
		width: 20px;
	}
	.technology .news-swiper > .swiper-pagination-bullets {
		bottom: 15px;
	}
	.company-news .hot p {
		line-height: 40px;
		height: 40px;
		font-size: 15px;
		padding: 0 10px;
	}
	.company-news li {
		margin-top: 10px;
		font-size: 14px;
		height: 14px;
	}
	.company-news li span {
		width: 6px;
		height: 6px;
		margin-top: 4px;
		margin-right: 8px;
	}
	.company-news ul {
		margin-top: 18px;
	}
	.technology-tab p a {
		padding-bottom: 15px;
	}
	.technology-bot p {
		font-size: 18px;
		height: 18px;
	}
	.technology-bot li {
		font-size: 14px;
		height: 14px;
		margin-top: 10px;
		padding-right: 35px;
	}
	.technology-bot ul {
		margin-top: 17px;
	}
	.technology-bot p span {
		height: 18px;
		line-height: 18px;
		width: 40px;
		font-size: 12px;
	}
	.supply-tab p a {
		font-size: 22px;
	}
	.supply-tab p a.focus span {
		width: 46px;
	}
	.supply-bot {
		font-size: 14px;
	}
	.supply-bot li {
		margin-top: 16px;
		height: 14px;
	}
	.supply-bot li span {
		width: 16px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.supply-bot li span::after {
		right: -7px;
		border-width: 7px 0 7px 7px;
	}
	.supply-bot li a {
		padding: 0 35px 0 32px;
	}
	.supply-bot li b {
		font-size: 12px;
	}
	.main-adv li {
		float: left;
		margin-right: 0;
	}
	.main-adv li:nth-child(2), .main-adv li:nth-child(3) {
		width: 271px;
	}
	.main-adv li:nth-child(1) {
		width: 560px;
	}
	.products .public-title {
		line-height: 48px;
		height: 48px;
	}
	.products .public-title p img {
		height: 40px;
		width: auto;
		margin-top: 5px;
	}
	.products-list li .text p {
		font-size: 12px;
		line-height: 17px;
		height: 34px;
		margin-top: 6px;
	}
	.products-list li .text b {
		font-size: 14px;
		margin-top: 12px;
	}
	.title-left {
		height: 48px;
	}
	.products .left {
		width: 849px;
	}
	.title-left span {
		height: 100%;
	}
	.title-left span strong {
		font-size: 48px;
	}
	.title-left span b {
		font-size: 24px;
		margin-top: 4px;
		padding: 0 5px;
	}
	.title-left span i {
		font-size: 12px;
	}
	.product-tab p a {
		font-size: 12px;
		padding: 0 8px;
		height: 24px;
		line-height: 24px;
		margin-right: 15px;
	}
	.product-bot {
		margin-right: -17px;
	}
	.product-bot li {
		margin-top: 17px;
	}
	.product-bot li .item {
		margin-right: 17px;
	}
	.product-bot li .image {
		width: 165px;
	}
	.products-list li .image {
		width: 80px;
	}
	.products-list li {
		padding: 13px 17px;
	}
	.product-bot li .text {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 10px;
	}
	.product-bot li .text .inquiry {
		line-height: 15px;
		font-size: 12px;
	}
	.product-bot li .text .inquiry {
		height: 40px;
		width: 40px;
	}
	.product-bot li .text .inquiry::after {
		bottom: 14px;
		border-width: 6px 0 6px 6px;
	}
	.expo-swiper .text {
		padding: 12px 15px;
		font-size: 14px;
	}
	.expo-swiper .text p {
		line-height: 20px;
		height: 40px;
		padding-right: 70px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets {
		top: 179px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet-active {
		width: 24px;
	}
	.trade-expo li .image {
		width: 128px;
	}
	.trade-expo li .text p {
		line-height: 18px;
		height: 36px;
	}
	.trade-expo li {
		margin-top: 16px;
	}
	.trade-expo li .text {
		font-size: 12px;
	}
	.trade-bot .hot p {
		font-size: 19px;
		height: 20px;
		margin-top: 22px;
	}
	.trade-bot .hot p i {
		width: 22px;
		height: 22px;
		background: url(../../../../Images/index-child/Version/2021/hot2.png) no-repeat -8px -5px;
		background-size: auto 32px;
	}
	.trade-bot .hot .image {
		width: 170px;
		margin-right: 15px;
	}
	.trade-bot .hot .content .text {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		padding-top: 12px;
		padding-right: 27px;
	}
	.trade-bot li .text p {
		font-size: 14px;
		line-height: 18px;
		height: 36px;
	}
	.trade-bot li b {
		width: 12px;
		height: 4px;
		margin-right: 7px;
	}
	.trade-bot li .text span {
		font-size: 14px;
		margin-top: 6px;
	}
	.trade-bot .hot .content {
		margin-top: 25px;
	}
	.trade-bot li {
		margin-top: 23px;
	}
	.trade-list li.focus .image {
		margin-top: 12px;
	}
	.trade-list p {
		margin-top: 12px;
		font-size: 14px;
		height: 14px;
	}
	.trade-list li {
		padding-bottom: 17px;
	}
	.service li .text p {
		font-size: 14px;
	}
	.service li .text {
		font-size: 12px;
	}
	.service li .text p a {
		margin-left: 5px;
		width: 14px;
		margin-top: -1px;
	}
	.service li b {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 10px;
	}
	.service li b i {
		font-size: 18px;
	}
	.service li .item > i {
		font-size: 36px;
	}
	.service {
		padding: 15px 0;
		margin-top: 35px;
	}
	.link-tab a {
		font-size: 16px;
		margin-right: 15px;
	}
	.link-tab a i {
		font-size: 17px;
		margin-right: 8px;
	}
	.link {
		padding-top: 30px;
		padding-bottom: 24px;
	}
	.link-bot li a {
		padding: 0 15px;
	}
	.link-bot ul {
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.link-bot li {
		font-size: 12px;
		margin-top: 10px;
	}
	.Lista {
		margin-top: 25px;
		height: 32px;
		line-height: 32px;
	}
	.Lista a {
		font-size: 12px;
	}
	.search .form .select .select-bot {
		width: 70px;
		top: 34px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
		text-indent: 16px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1399px){
	.w{
		width: 1328px;
	}
	.class-a span a {
		margin-right: 10px;
		margin-top: 10px;
	}
	.nav .menu ul li b a {
		padding: 0 36px;
	}
	.top .logo {
		width: 249px;
		margin-top: 9px;
	}
	.top .search {
		margin-left: 85px;
		width: 605px;
		margin-top: 17px;
	}
	.search .form button {
		width: 115px;
	}
	.search .form input {
		width: 408px;
	}
	.top .top-adv {
		width: 317px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner {
		margin-top: 10;
	}
	.product-classify {
		width: 238px;
	}
	.banner .center {
		margin: 0 20px;
		width: 732px;
	}
	.hot-video .image {
		width: 150px;
		margin-right: 10px;
	}
	.hot-video li {
		margin-top: 16px;
	}
	.class-a {
		min-height: 63px;
		padding-left: 25px;
	}
	.product-classify ul {
		padding-bottom: 0;
	}
	.product-classify .title {
		padding: 0 10px 0 25px;
	}
	.product-classify .title a img {
		width: 78px;
	}
	.product-classify .title span img {
		width: 90px;
	}
	.product-classify ul li .class-b {
		width: 717px;
		min-height: 544px;
		left: 238px;
	}
	.brand {
		padding: 18px 16px 24px;
		margin-top: 18px;
	}
	.brands-tab a {
		padding: 6px 24px 6px 6px;
		height: 68px;
		line-height: 56px;
	}
	.brands-tab a span {
		height: 56px;
		width: 56px;
	}
	.brands-tab a b {
		font-size: 26px;
	}
	.brands-bot {
		margin-top: 5px;
	}
	.brands-bot2 {
		margin-top: 15px;
		padding-bottom: 6px;
	}
	.public-tab p a.focus {
		font-size: 26px;
	}
	.brands-bot li {
		height: 109px;
	}
	.brands-bot li .item p {
		height: 24px;
		line-height: 24px;
		font-size: 13px;
	}
	.public-tab p a.focus span {
		width: 114px;
		background-size: 100% 100%;
	}
	.news .cover, .company-news, .trade-expo {
		width: 318px;
		margin-right: 20px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		height: 69px;
	}
	.news .gallery-thumbs .swiper-slide p {
		margin-top: 10px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 32px;
		line-height: 32px;
	}
	.news .gallery-top .text {
		font-size: 15px;
		margin-top: 74px;
		height: 66px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		font-size: 22px;
		line-height: 66px;
		width: 76px;
		height: 66px;
	}
	.swiper-pagination-current {
		font-size: 34px;
	}
	.cover .swiper-pagination-fraction::after {
		border-width: 0 0 66px 22px;
	}
	.news .gallery-top .text p {
		margin-top: 11px;
	}
	.news .gallery-thumbs {
		bottom: 84px;
	}
	.news .cover .title {
		font-size: 26px;
	}
	.public-tab p a {
		font-size: 22px;
		padding: 0 28px 24px;
	}
	.news-bot .hot p {
		font-size: 22px;
	}
	.news-bot .hot p b i {
		font-size: 6px;
		margin: 8px 8px 0px;
	}
	.news-bot .hot span {
		margin-top: 24px;
	}
	.news-top li {
		margin-top: 14px;
	}
	.news-top li span {
		margin-right: 8px;
		margin-top: 6px;
	}
	.news-bot .news-item .image {
		width: 174px;
	}
	.news-bot .news-item li:first-of-type {
		margin-top: 3px;
	}
	.news-bot .news-item li:nth-child(2) {
		margin-top: 18px;
	}
	.right {
		width: 318px;
		margin-left: 20px;
	}
	.public-title p {
		font-size: 26px;
	}
	.public-title p img {
		margin-right: 12px;
	}
	.public-title .more i {
		margin-right: 6px;
	}
	.news-right .media .image {
		width: 76px;
		height: 76px;
		margin-right: 10px;
	}
	.news-right .media .text {
		padding-top: 3px;
	}
	.news-right .media li {
		padding: 20px 0;
	}
	.interview ul {
		margin-top: 24px;
	}
	.interview li .text span {
		margin-top: 12px;
	}
	.company-news li {
		margin-top: 12px;
	}
	.technology-bot p {
		font-size: 20px;
		height: 20px;
	}
	.technology-bot li {
		margin-top: 12px;
	}
	.technology-bot p span {
		height: 20px;
		line-height: 20px;
	}
	.supply-tab p a {
		font-size: 26px;
	}
	.supply-tab p a.focus span {
		width: 57px;
	}
	.supply-bot li {
		margin-top: 18px;
	}
	.main-adv li:nth-child(2),.main-adv li:nth-child(3) {
		width: 318px;
	}
	.main-adv li:nth-child(1) {
		width: 652px;
	}
	.products .left {
		width: 990px;
	}
	.product-bot li .image {
		width: 185px;
	}
	.products-list li .image {
		width: 95px;
	}
	.products-list li {
		padding: 13px 20px;
	}
	.product-bot li .text {
		height: 46px;
		line-height: 46px;
	}
	.product-bot li .text .inquiry {
		height: 46px;
		width: 46px;
	}
	.trade-expo li .image {
		width: 150px;
	}
	.trade-expo li .text p {
		line-height: 20px;
		height: 40px;
	}
	.trade-expo li {
		margin-top: 18px;
	}
	.trade-bot .hot p {
		font-size: 22px;
		height: 22px;
		margin-top: 26px;
	}
	.trade-bot .hot p i {
		width: 22px;
		height: 22px;
		background: url(../../../../Images/index-child/Version/2021/hot2.png) no-repeat -8px -5px;
		background-size: auto 32px;
	}
	.trade-bot .hot .image {
		width: 199px;
	}
	.trade-bot .hot .content {
		margin-top: 28px;
	}
	.trade-bot li {
		margin-top: 17px;
	}
	.trade-list li.focus .image {
		margin-top: 12px;
	}
	.trade-list p {
		margin-top: 12px;
	}
	.service {
		padding: 15px 0;
		margin-top: 35px;
	}
	.link-tab a {
		font-size: 19px;
		margin-right: 18px;
	}
	.link-tab a i {
		font-size: 19px;
	}
	.link {
		padding-top: 40px;
		padding-bottom: 28px;
	}
	.link-bot li a {
		padding: 0 15px;
	}
	.link-bot ul {
		margin-top: 25px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.Lista {
		margin-top: 25px;
		height: 38px;
		line-height: 38px;
	}
	.Lista a {
		font-size: 15px;
	}
	.mainLeft {
    	width: 910px!important;
	}
	.mainLeftList {
    	width: 910px!important;
	}
	.leftBox {
    	width: 880px!important;
	}
	.leftBox h3 {
    	width: 630px!important;
	}
	.leftBox p {
    	width: 630px!important;
	}
	.leftBox .read {
    	width: 630px!important;
	}
	.mainTop2 {
    	width: 1328px!important;
	}

}
@media only screen and (min-width: 1400px) and (max-width:1599px){
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width: 1600px) and (max-width:1919px){
	.w{
		width: 1400px;
	}
}
@media only screen and (min-width:1920px){
	.w{
		width: 1400px;
	}
}
@media only screen and (max-width:1024px){
	.class-b p i {
		margin: 0 5px;
	}
	.class-b p a {
		width: 17%;
	}
	.w{
		width: 1000px;
	}
	.nav {
		height: 38px;
	}
	.nav .menu ul li b a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
		padding: 0 28px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 10px;
		margin: 0 0 0 5px;
	}
	.nav .menu ul li .menu-top a {
		height: 38px;
		font-size: 14px;
		line-height: 38px;
		padding: 0 22px;
	}
	.nav .menu ul li .menu-bot {
		top: 38px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 32px;
		font-size: 12px;
		line-height: 32px;
	}
	.nav .menu ul li b a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 24px;
	}
	.nav .menu ul li .menu-top a i {
		font-size: 12px;
	}
	.nav .menu ul li .menu-top a {
		height: 42px;
		font-size: 16px;
		line-height: 42px;
		padding: 0 24px;
	}
	.nav .menu ul li .menu-bot {
		top: 42px;
	}
	.nav .menu ul li .menu-bot p a {
		height: 40px;
		font-size: 14px;
		line-height: 40px;
	}
	.nav {
		height: 42px;
	}
	.top .logo {
		width: 188px;
		margin-top: 8px;
	}
	.search .form .select .select-bot {
		width: 65px;
		top: 34px;
	}
	.search .form .select .select-bot li {
		line-height: 26px;
		font-size: 12px;
	}
	.top .search {
		margin-left: 65px;
		width: 455px;
		margin-top: 12px;
	}
	.search .form {
		height: 36px;
		border-radius: 2px;
	}
	.search .form button {
		width: 80px;
		font-size: 12px;
	}
	.search .form button i {
		font-size: 12px;
		margin-right: 7px;
	}
	.search .form .select .select-top p {
		font-size: 12px;
		line-height: 32px;
		text-indent: 12px;
	}
	.search .form .select {
		width: 65px;
	}
	.search .form input {
		width: 308px;
		font-size: 12px;
		text-indent: 10px;
	}
	.search .form .select .select-top i {
		top: 11px;
		right: 10px;
	}
	.top .top-adv {
		width: 240px;
	}
	.banner-adv {
		margin-top: 0;
	}
	.banner-adv li a .bandsContent b {
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		margin-top: 2px;
	}
	.banner-adv li a .bandsContent p {
		margin-top: 2px;
	}
	.banner {
		margin-top: 10px;
	}
	.product-classify {
		width: 178px;
	}
	.banner .center {
		margin: 0 15px;
		width: 550px;
	}
	.banner .center ul {
		margin-right: -15px;
		margin-top: 16px;
	}
	.banner .center li .image {
		margin-right: 15px;
	}
	.hot-video .image {
		width: 113px;
		margin-right: 8px;
	}
	.hot-video .image b {
		width: 36px;
	}
	.hot-video .text p {
		line-height: 16px;
		height: 32px;
		margin-top: 4px;
		font-size: 12px;
	}
	.hot-video .text span {
		font-size: 12px;
		margin-top: 10px;
	}
	.hot-video li:first-of-type .text {
		padding: 0 12px 5px;
	}
	.news-bot .news-item li span {
		font-size: 12px;
	}
	.hot-video li:first-of-type .text p {
		height: 32px;
		margin-top: 5px;
		font-size: 12px;
		line-height: 16px;
	}
	.hot-video li {
		margin-top: 12px;
	}
	.class-a p {
		height: 12px;
		padding: 9px 0 0 0;
	}
	.class-a p a {
		font-size: 12px;
	}
	.class-a span a {
		font-size: 12px;
		margin-right: 4px;
		margin-top: 7px;
	}
	.banner-adv ul {
		margin-right: -14px;
	}
	.banner-adv li a {
	}
	.class-a {
		min-height: 49px;
		padding-left: 8px;
	}
	.product-classify ul {
		padding-bottom: 0;
	}
	.product-classify .title {
		height: 28px;
		line-height: 28px;
		padding: 0 8px 0 18px;
		background-size: auto 100%;
	}
	.product-classify .title a img {
		width: 65px;
	}
	.product-classify .title span img {
		width: 64px;
	}
	.product-classify ul li .class-b {
		width: 530px;
		min-height: 405px;
		left: 178px;
	}
	.brand {
		padding: 14px 12.5px 18px;
		margin-top: 14px;
		border-top: 2px solid #ffc266;
	}
	.brands-tab p {
		padding-bottom: 7px;
	}
	.brands-tab a {
		padding: 4px 16px 4px 4px;
		height: 52px;
		line-height: 44px;
	}
	.brands-tab a:nth-child(1){
		margin-right: 28px;
	}
	.brands-tab a:nth-child(2){
		margin-left: 28px;
	}
	.brands-tab a span {
		height: 44px;
		width: 44px;
		margin-right: 10px;
	}
	.brands-tab a:nth-child(1) span em {
		width: 28px;
		height: 28px;
	}
	.brands-tab a:nth-child(2) span em {
		width: 25px;
		height: 31px;
	}
	.brands-tab a b {
		font-size: 20px;
	}
	.brands-tab a i {
		bottom: -7px;
		width: 15px;
		height: 7px;
	}
	.brands-bot {
		margin-top: 4px;
	}
	.brands-bot2 {
		margin-top: 12px;
		padding: 0 3.5px 4px;
	}
	.brands-bot li {
		height: 83px;
		padding: 0 3.5px;
		margin-top: 7px;
	}
	.brands-bot2 li{
		padding: 0;
		margin: 0px 0px -1px -1px;
	}
	.brands-tab img {
		width: 45px;
		margin-top: 4px;
	}
	.brands-bot li .item p {
		height: 18px;
		line-height: 18px;
		font-size: 12px;
	}
	
	.public-tab p a.focus {
		font-size: 20px;
	}
	.public-tab p a span {
		height: 3px;
	}
	.public-tab p a.focus span {
		width: 88px;
		background-size: 100% 100%;
		left: 18px;
		bottom: -3px;
	}
	.public-tab p a.focus::before {
		height: 3px;
		bottom: -3px;
	}
	.public-tab p a:first-of-type span {
		left: 0;
	}
	.news {
		margin-top: 25px;
	}
	.news .cover, .company-news, .trade-expo {
		width: 240px;
		margin-right: 15px;
	}
	.news .gallery-thumbs .swiper-slide .item {
		height: 51px;
		margin-right: 10px;
	}
	.news .gallery-thumbs .swiper-slide p {
		margin-top: 6px;
		font-size: 12px;
		height: 12px;
		margin-right: 9px;
	}
	.news .gallery-thumbs .swiper-slide .item .box {
		height: 32px;
		line-height: 32px;
	}
	.news .gallery-top .text {
		font-size: 12px;
		margin-top: 55px;
		height: 50px;
	}
	.cover .swiper-container-horizontal > .swiper-pagination-bullets, .cover .swiper-pagination-custom, .cover .swiper-pagination-fraction {
		font-size: 17px;
		line-height: 50px;
		width: 58px;
		height: 50px;
	}
	.swiper-pagination-current {
		font-size: 26px;
	}
	.cover .swiper-pagination-fraction::after {
		border-width: 0 0 50px 18px;
		left: -18px;
	}
	.news .gallery-top .text p {
		margin-top: 9px;
		line-height: 16px;
		height: 32px;
		padding-left: 12px;
		padding-right: 70px;
	}
	.news .gallery-thumbs {
		bottom: 63px;
		padding-left: 12px;
	}
	.news .cover .title {
		font-size: 20px;
		line-height: 24px;
	}
	.news .cover .title img {
		width: 24px;
	}
	.public-tab p a {
		font-size: 18px;
		padding: 0 20px 15px;
	}
	.trade-tab p a:last-child {
		padding-right: 20px;
	}
	.news-bot .hot p {
		font-size: 16px;
		height: 16px;
	}
	.news-bot {
		padding-top: 25px;
	}
	.news-bot .hot span i {
		font-size: 8px;
		width: 14px;
		height: 14px;
		line-height: 12px;
		margin-left: 8px;
		text-indent: 0px;
	}
	.news-bot .hot p b i {
		font-size: 6px;
		margin: 5px 8px 0px;
	}
	.news-bot .hot span {
		margin-top: 15px;
		font-size: 14px;
		height: 14px;
	}
	.interview li .text p {
		font-size: 14px;
		height: 14px;
	}
	.interview li .text span mark {
		width: 40px;
		font-size: 12px;
	}
	.news-top li {
		margin-top: 12px;
		font-size: 12px;
		height: 12px;
	}
	.news-bot .news-item {
		margin-top: 12px;
	}
	.news-top {
		margin-bottom: 23px;
	}
	.news-top li span {
		margin-right: 5px;
		margin-top: 4px;
	}
	.interview {
		margin-top: 28px;
	}

	.news-bot .news-item .image {
		width: 132px;
	}
	.news-bot .news-item li:first-of-type {
		margin-top: 1px;
		font-size: 14px;
		line-height: 14px;
		height: 14px;
	}
	.news-bot .news-item li {
		font-size: 12px;
		height: 12px;
		line-height: 12px;
		margin-top: 9px;
	}
	.news-bot .news-item li:nth-child(2) {
		margin-top: 12px;
	}
	.right {
		width: 241px;
		margin-left: 15px;
	}
	.public-title p {
		font-size: 20px;
	}
	.public-title p img {
		margin-right: 8px;
		width: 16px;
	}
	.public-title .more {
		font-size: 12px;
		top: 4px;
	}
	.public-title .more i {
		margin-right: 6px;
		font-size: 14px;
		margin-top: -1px;
	}
	.news-right .media .image {
		width: 56px;
		height: 56px;
		margin-right: 8px;
	}
	.news-right .media .text p {
		font-size: 14px;
		height: 36px;
		line-height: 18px;
	}
	.news-right .media .text {
		font-size: 12px;
		padding-top: 0;
	}
	.news-right .media .text span {
		margin-top: 8px;
	}
	.news-right .media li {
		padding: 15px 0;
	}
	.interview ul {
		margin-top: 18px;
		margin-right: -15px;
	}
	.interview li .item {
		margin-right: 15px;
	}
	.interview li .text span {
		margin-top: 12px;
		line-height: 20px;
		height: 20px;
	}
	.interview li .text span b {
		font-size: 12px;
	}
	.interview li .text {
		padding: 12px 15px 15px;
	}
	.technology {
		margin-top: 28px;
	}
	.interview li .image i {
		font-size: 36px;
	}
	.company-news .hot {
		margin-top: 20px;
	}
	.company-news .hot p img {
		margin-top: 9px;
		width: 16px;
		margin-right: 5px;
	}
	.technology .news-swiper > .swiper-pagination-bullets {
		bottom: 15px;
	}
	.company-news .hot p {
		line-height: 35px;
		height: 34px;
		font-size: 14px;
		padding: 0 6px;
	}
	.company-news li {
		margin-top: 10px;
		font-size: 12px;
		height: 12px;
	}
	.company-news li span {
		width: 5px;
		height: 5px;
		margin-top: 3px;
		margin-right: 6px;
	}
	.company-news ul {
		margin-top: 15px;
	}
	.technology-tab {
		border-bottom: 3px solid #4e5366;
	}
	.technology-tab p a.focus span {
		background-size: cover;
	}
	.technology-tab p a {
		padding-bottom: 15px;
	}
	.technology-bot p {
		font-size: 16px;
		height: 18px;
		line-height: 18px;
		margin-top: 13px;
	}
	.technology-bot li {
		font-size: 12px;
		height: 12px;
		margin-top: 10px;
		padding-right: 35px;
	}
	.technology-bot ul {
		margin-top: 14px;
	}
	.technology-bot p span {
		height: 18px;
		line-height: 18px;
		width: 40px;
		font-size: 12px;
	}
	.supply-tab p a {
		font-size: 20px;
	}
	.supply-tab p a.focus span {
		width: 46px;
		left: 10px;
	}
	.supply-bot {
		font-size: 12px;
	}
	.supply-bot li {
		margin-top: 11px;
		height: 14px;
		line-height: 14px;
	}
	.supply-bot li span {
		width: 16px;
		height: 14px;
		line-height: 14px;
		font-size: 12px;
	}
	.supply-bot li span::after {
		right: -7px;
		border-width: 7px 0 7px 7px;
	}
	.supply-bot li a {
		padding: 0 35px 0 32px;
	}
	.supply-bot li b {
		font-size: 12px;
	}
	.main-adv li {
		float: left;
		margin-right: 0;
	}
	.main-adv li:nth-child(2), .main-adv li:nth-child(3) {
		width: 239px;
	}
	.main-adv li:nth-child(1) {
		width: 492px;
	}
	.products {
		margin-top: 20px;
	}
	.products .public-title {
		line-height: 42px;
		height: 42px;
	}
	.products .public-title p img {
		height: 37px;
		width: auto;
		margin-top: 1px;
	}
	.products-list li .text p {
		font-size: 12px;
		line-height: 17px;
		height: 34px;
		margin-top: 6px;
	}
	.products-list li .text b {
		font-size: 14px;
		margin-top: 12px;
	}
	.title-left {
		height: 42px;
	}
	.products .left {
		width: 744px;
	}
	.title-left span {
		height: 100%;
	}
	.title-left span strong {
		font-size: 42px;
	}
	.title-left span b {
		font-size: 22px;
		margin-top: 4px;
		padding: 0 15px 0 5px;
	}
	.title-left span i {
		font-size: 12px;
	}
	.product-tab p a {
		font-size: 12px;
		padding: 0 8px;
		height: 24px;
		line-height: 24px;
		margin-right: 15px;
	}
	.product-bot {
		margin-right: -10px;
	}
	.product-bot li {
		margin-top: 10px;
	}
	.product-bot li .item {
		margin-right: 10px;
	}
	.product-bot li .image {
		width: 176px;
	}
	.main-adv {
		margin-top: 10px;
	}
	.trade {
		margin-top: 28px;
	}
	.trade-expo .expo-swiper {
		margin-top: 15px;
	}
	.products-list li .image {
		width: 80px;
	}
	.products-list li {
		padding: 13px 17px;
	}
	.product-bot li .text {
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		padding: 0 10px;
	}
	.product-bot li .text .inquiry {
		height: 36px;
		width: 36px;
		padding: 0 1px;
		line-height: 14px;
		font-size: 12px;
	}
	.product-bot li .text .inquiry b {
		margin-top: 5px;
	}
	.product-bot li .text p {
		padding-right: 26px;
	}
	.product-bot li .text .inquiry::after {
		bottom: 14px;
		border-width: 6px 0 6px 6px;
	}
	.expo-swiper .text {
		padding: 10px 12px;
		font-size: 12px;
	}
	.expo-swiper .text p {
		line-height: 18px;
		height: 36px;
		padding-right: 43px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets {
		top: 143px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 2px;
	}
	.trade-expo .expo-swiper .swiper-pagination-bullet-active {
		width: 24px;
	}
	.trade-expo li .image {
		width: 112px;
	}
	.trade-tab {
		border-bottom: 3px solid #4e5366;
	}
	.trade-tab p a.focus span {
		background-size: cover;
	}
	.trade-tab p a {
		padding-bottom: 10px;
	}
	.trade-expo li .text p {
		line-height: 18px;
		height: 36px;
	}
	.trade-expo li {
		margin-top: 16px;
	}
	.trade-expo li .text {
		font-size: 12px;
	}
	.trade-bot .hot p {
		font-size: 16px;
		height: 18px;
		margin-top: 18px;
	}
	.trade-bot .hot p i {
		width: 17px;
		height: 18px;
		background: url(../../../../Images/index-child/Version/2021/hot2.png) no-repeat -8px -4px;
		background-size: auto 26px;
		margin-right: 5px;
	}
	.trade-bot .hot .image {
		width: 150px;
		margin-right: 12px;
	}
	.trade-bot .hot .content .text {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		padding-top: 12px;
		padding-right: 27px;
	}
	.trade-bot li .text p {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
	}
	.trade-bot li b {
		width: 12px;
		height: 4px;
		margin-right: 7px;
	}
	.trade-bot li .text span {
		font-size: 12px;
		margin-top: 6px;
	}
	.trade-bot .hot .content {
		margin-top: 20px;
	}
	.trade-bot li {
		margin-top: 12px;
	}
	.trade-list li.focus .image {
		margin-top: 12px;
	}
	.trade-list p {
		margin-top: 12px;
		font-size: 12px;
		height: 12px;
	}
	.trade-list li:last-child {
		padding-bottom: 11px;
	}
	.trade-list li {
		padding-bottom: 6px;
	}
	.trade-list li::after {
		top: 6px;
		width: 6px;
		height: 6px;
	}
	.service li .text p {
		font-size: 14px;
	}
	.service li .text {
		font-size: 12px;
	}
	.service li .text p a {
		margin-left: 5px;
		width: 14px;
		margin-top: -1px;
	}
	.service li b {
		width: 36px;
		height: 36px;
		line-height: 36px;
		margin-right: 10px;
	}
	.service li b i {
		font-size: 18px;
	}
	.service li .item > i {
		font-size: 36px;
	}
	.service {
		padding: 15px 0;
		margin-top: 30px;
	}
	.link-tab a {
		font-size: 16px;
		margin-right: 15px;
	}
	.link-tab a i {
		font-size: 17px;
		margin-right: 8px;
	}
	.link {
		padding-top: 30px;
		padding-bottom: 24px;
	}
	.link-bot li a {
		padding: 0 15px;
	}
	.link-bot ul {
		margin-top: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.link-bot li {
		font-size: 12px;
		margin-top: 10px;
	}
	.Lista {
		margin-top: 25px;
		height: 32px;
		line-height: 32px;
	}
	.Lista a {
		font-size: 12px;
	}
	.footer p {
		font-size: 14px;
	}

}
